projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0f065
)
(construct_drag_n_drop): Drag-and-drop items are now
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 19 Dec 2005 08:31:23 +0000
(08:31 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 19 Dec 2005 08:31:23 +0000
(08:31 +0000)
stored in member `args' of struct input_event.
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index dcb56de911f739763ab5da08a3617837c49410ad..7d56fbbb42bd5925037dc8a19dec7b30f83b2918 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-3187,8
+3187,8
@@
construct_drag_n_drop (result, msg, f)
DragFinish (hdrop);
XSETFRAME (frame, f);
- result->frame_or_window =
Fcons (frame, files)
;
- result->arg =
Qnil
;
+ result->frame_or_window =
frame
;
+ result->arg =
files
;
return Qnil;
}